ImageObject.this

Undocumented in source.
  1. this(Impl* instance)
  2. this(size_t width, size_t height, shared(ISharedAllocator) allocator)
    class ImageObject(Impl)
    @trusted shared
    static if(is(Impl == shared) && __traits(compiles, ))
    this
    (
    size_t width
    ,
    size_t height
    ,
    shared(ISharedAllocator) allocator = processAllocator()
    )
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )
  3. this(size_t width, size_t height, IAllocator allocator)

Meta